WARNING: This program has a bug, which means we need to fix it!
RULE: Function parameters have two parts: a parameter name (age) and an argument (my_dog). When the parameter argument is a variable, we need to be careful to use the correct variable name.
- Click Run and read the error message.
- Debug the program so that the dog sprite says my_dog's age in dog years.
To navigate the page using the TAB key, first press ESC to exit the code editor.